Metadata-Version: 2.1
Name: mir_eval
Version: 0.7
Summary: Common metrics for common audio/music processing tasks.
Home-page: https://github.com/craffel/mir_eval
Author: Colin Raffel
Author-email: craffel@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
Requires-Dist: numpy >=1.15.4
Requires-Dist: scipy >=1.4.0
Requires-Dist: decorator
Provides-Extra: display
Requires-Dist: matplotlib >=3.3.0 ; extra == 'display'
Provides-Extra: tests
Requires-Dist: matplotlib >=3.3.0 ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-mpl ; extra == 'tests'

.. image:: https://github.com/craffel/mir_eval/actions/workflows/test.yml/badge.svg
    :target: https://github.com/craffel/mir_eval/actions/workflows/test.yml
.. image:: https://coveralls.io/repos/craffel/mir_eval/badge.svg?branch=master&service=github
    :target: https://coveralls.io/github/craffel/mir_eval?branch=master

mir_eval
========

Python library for computing common heuristic accuracy scores for various music/audio information retrieval/signal processing tasks.

Documentation, including installation and usage information: http://craffel.github.io/mir_eval/

If you're looking for the mir_eval web service, which you can use to run mir_eval without installing anything or writing any code, it can be found here: http://labrosa.ee.columbia.edu/mir_eval/

Dependencies:

* `Scipy/Numpy <http://www.scipy.org/>`_

If you use mir_eval in a research project, please cite the following paper:

Colin Raffel, Brian McFee, Eric J. Humphrey, Justin Salamon, Oriol Nieto, Dawen Liang, and Daniel P. W. Ellis, "`mir_eval: A Transparent Implementation of Common MIR Metrics <http://colinraffel.com/publications/ismir2014mir_eval.pdf>`_", Proceedings of the 15th International Conference on Music Information Retrieval, 2014.


